home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1996 December
/
Designer's Club 1996 December.iso
/
pc
/
ideasrc
/
emboss.dir
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-11
|
295 b
|
14 lines
on mouseDown
if the doubleClick = 1 then
if the visible of sprite 41 = 1 then
repeat with n = 41 to 48
set the visible of sprite n to 0
end repeat
else
repeat with n = 41 to 48
set the visible of sprite n to 1
end repeat
end if
end if
end